Visual Labs — Probability & Distributions
182 words
1 min read
2026-03-15
View
Statistics I — Interactive Visual Labs
Statistics is the science of uncertainty. These tools help you visualize the "shape" of data and calculate probabilities without getting lost in the calculus.
1. Normal Distribution (Gaussian) Curve
The Bell Curve describes everything from heights to exam scores. Use the sliders to adjust the Mean (μ) and Standard Deviation (σ), and drag the X-marker to calculate cumulative probability P(X…x).
Probability Lab
Normal Distribution Simulator
84.1%Area P(X ≤ 1)Standard Deviations (σ)Density0.01.01.0Notice how increasing σ flattens the curve while μ shifts it left/right.
Tip
The Empirical Rule:
- 68% of data falls within 1σ.
- 95% of data falls within 2σ.
- 99.7% of data falls within 3σ. Use the simulator to verify these numbers!
2. Z-Scores and Standardisation
Any normal distribution can be converted to a Standard Normal Distribution (Z) where μ=0 and σ=1.
Z=σx−μ
Best Practices
Interpreting the Curve:
- If the curve is "tall and skinny", σ is small (data is consistent).
- If the curve is "short and fat", σ is large (data is spread out).